Changes between Version 22 and Version 23 of SIMDPlan

Show
Ignore:
Timestamp:
10/14/11 09:10:44 (20 months ago)
Author:
pmonday
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SIMDPlan

    v22 v23  
    6565if test "$has_sse" = yes; then 
    6666  AC_DEFINE([_USE_SSE], 1, [Enable SSE support]) 
     67  AC_DEFINE([_VECTOR_SIZE], 128, [Default Vector Size for Optimization]) 
    6768fi 
    6869}}}