Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
ea8a689c
Unverified
Commit
ea8a689c
authored
Jul 17, 2020
by
jglaser
Committed by
GitHub
Jul 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build on P9 (#739)
parent
672d9e0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
absl/random/internal/randen_hwaes.cc
+1
-0
No files found.
absl/random/internal/randen_hwaes.cc
View file @
ea8a689c
...
@@ -150,6 +150,7 @@ struct alignas(16) u64x2 {
...
@@ -150,6 +150,7 @@ struct alignas(16) u64x2 {
#include <altivec.h>
#include <altivec.h>
// <altivec.h> #defines vector __vector; in C++, this is bad form.
// <altivec.h> #defines vector __vector; in C++, this is bad form.
#undef vector
#undef vector
#undef bool
// Rely on the PowerPC AltiVec vector operations for accelerated AES
// Rely on the PowerPC AltiVec vector operations for accelerated AES
// instructions. GCC support of the PPC vector types is described in:
// instructions. GCC support of the PPC vector types is described in:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment