Compiles under gcc 4.3.2
commit51d9cbf288620b42380cbaf65c5816eeb46821da
authorMike Sharov <msharov@users.sourceforge.net>
Fri, 29 Aug 2008 23:08:46 +0000 (29 19:08 -0400)
committerMike Sharov <msharov@users.sourceforge.net>
Fri, 29 Aug 2008 23:08:46 +0000 (29 19:08 -0400)
tree7dfd0724ba4f602ebf7b9b708ff9a2da9927204a
parentc8ab2f9a4dc10a8e74f9dc99a972c7ec89858dc5
Compiles under gcc 4.3.2
Yup, I'm giving up the GPL3 protest :( Nobody cared anyway.
Yet another fix for the goddamned simd inlines.
All empty for/while loops now end with a space before the ;
Got rid of -Wconversion; the new checking is simply ridiculous.
Yes implicit casts like uint32_t -> uint16_t can lose precision,
but having explicit casts everywhere is just ugly. It is better
to assume that maintainers know what they are doing, and to not
let the other kind touch the code ;)
Fixed dependency generation for .s and bvts.
13 files changed:
Config.mk.in
Makefile
docs/index.html
ofstream.cc
simd.h
sistream.cc
ualgo.h
ualgobase.cc
ubitset.h
umap.h
upredalgo.h
ustring.cc
ustring.h