r196642 - in /branches/cilkplus: ChangeLog.cilk...
bviyer@gcc.gnu.org
bviyer@gcc.gnu.org
Wed Mar 13 23:37:00 GMT 2013
Author: bviyer
Date: Wed Mar 13 23:37:52 2013
New Revision: 196642
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196642
Log:
Made libcilkrts build for other archs.
libcilkrts/ChangeLog.cilkplus
+2013-03-13 Balaji V. Iyer <balaji.v.iyer@intel.com>
+
+ * runtime/sysdep-unix.c (__cilkrts_stop_workers): Inserted inline
+ assembly inside a #if which is only invoked when compiled for i386.
+ Otherwise, output a warning.
+ * runtime/os-unix.c (__cilkrts_gettick): Replaced #error with #warning.
+ (__cilkrts_short_pause): Likewise.
+ (__cilkrts_xchg): Likewise.
+
ChangeLog.cilkplus
+2013-03-13 Balaji V. Iyer <balaji.v.iyer@intel.com>
+
+ * configure.ac (enable_libcilkrts): Made libcilkrts unconditional.
+ * configure (enable_libcilkrts): Likewise.
Added:
branches/cilkplus/ChangeLog.cilkplus
Modified:
branches/cilkplus/configure
branches/cilkplus/configure.ac
branches/cilkplus/libcilkrts/ChangeLog.cilkplus
branches/cilkplus/libcilkrts/runtime/os-unix.c
branches/cilkplus/libcilkrts/runtime/sysdep-unix.c
More information about the Gcc-cvs
mailing list