1. move _mm_clflush_fs() to __SSE3__ block, because __builtin_ia32_sfence() is the...
authorKerry She <kerry.she@amd.com>
Sat, 7 May 2011 08:37:38 +0000 (08:37 +0000)
committerKerry She <Kerry.She@amd.com>
Sat, 7 May 2011 08:37:38 +0000 (08:37 +0000)
commit1c85c7794ebf7f98862d9c94541b02b6264c9a7f
tree7de8da4be498699bc1447093a3a2b808b9f43803
parent8c4b499ba57b78aa69735c95bbd9361d41f1a2c1
1. move _mm_clflush_fs() to __SSE3__ block, because __builtin_ia32_sfence() is the sse built-in function
2. move the Amd Lib functions using sse build-in functions to __SSE3__ block

Signed-off-by: Kerry She <kerry.she@amd.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6558 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/vendorcode/amd/agesa/Include/gcc-intrin.h
src/vendorcode/amd/agesa/Lib/amdlib.c