Update documentation

pull/752/head
Jeffrey Walton 2018-11-30 05:57:02 -05:00
parent b87ef5d5cf
commit af7cdcdbec
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 1 deletions

View File

@ -845,7 +845,8 @@ extern bool CPU_ProbeSHA256();
extern bool CPU_ProbeSHA512(); extern bool CPU_ProbeSHA512();
extern bool CPU_ProbeDARN(); extern bool CPU_ProbeDARN();
// Linux defines // Linux define values from 64-Bit ELF V2 ABI Specification.
// http://openpowerfoundation.org/wp-content/uploads/resources/leabi/content/ch_preface.html
#ifndef PPC_FEATURE_HAS_ALTIVEC #ifndef PPC_FEATURE_HAS_ALTIVEC
# define PPC_FEATURE_HAS_ALTIVEC 0x10000000 # define PPC_FEATURE_HAS_ALTIVEC 0x10000000
#endif #endif