Delay SSE check until the compiler is configured.
authorJohann <johann.koenig@duck.com>
Sat, 26 Jan 2013 00:43:09 +0000 (16:43 -0800)
committerJohann <johann.koenig@duck.com>
Sat, 26 Jan 2013 00:43:09 +0000 (16:43 -0800)
commit1a0f52485a8d34c0a2cfe1df09e58300962628f6
treec8c3a3a629f7b545f3934d08398f5f7f0e9fe2c7
parente48776f29bbc991b1842c80baf8f3b3d5e24eceb
Delay SSE check until the compiler is configured.

Move SSE4 detection below compiler configuration. Otherwise ${CC} may
not be populated.

We are specifically interested in -msse4.1. Narrow detection code.

Change-Id: I0ffac49e91b3fdb2aceb6eb6b90dc1c10b159111
build/make/configure.sh