-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This code change provides a set of fixes for specific build errors ob…
…served with GCC and AOCC compilers. 1) GCC10 and AOCC3.0 treat global variables without extern as errors. Both compilers would throw "Multiple definitions" error for L1D_blk_size and L1Dsize variables when configured with "--enable-avx” SIMD option along with the option “--enable-amd-trans”. This has been now fixed. 2) Code fix provided for the "Undefined reference" error to ‘cpuid_all’ when configured with "--enable-sse2 --enable-avx2” SIMD options along with the option “—enable-amd-trans”. 3) Code fix provided for "Undeclared variables" errors thrown for ‘ALIGNMENT’ and ‘ALIGNMENTA’ when configured with “--enable-amd-fast-planner” without any SIMD configure options. Change-Id: I8b5408d72c1bb74a000ee6fdc95d1ea87d4baba3
- Loading branch information
1 parent
a1fb312
commit 7147670
Showing
7 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters