Changed a number of inline calls to use __inline.
authorHank Anderson <hank.p.anderson@gmail.com>
Wed, 11 Feb 2015 17:13:17 +0000 (11:13 -0600)
committerHank Anderson <hank.p.anderson@gmail.com>
Wed, 11 Feb 2015 17:13:17 +0000 (11:13 -0600)
commit056ba2675556722bb5180f5b4cab93559267b516
tree4eed65415e96fbb589e2563ac2db234086c27dc5
parenta0d9a7fd833f5c5e14b2b30d9518f6a70c40c3f3
Changed a number of inline calls to use __inline.

MSVC doesn't inmplement C99, so can't use the inline keyword. __inline
appears to work in MSVC and GCC.
common_x86.h
driver/level3/syr2k_k.c
driver/level3/syrk_k.c
lapack/getrf/getrf_parallel.c
symcopy.h