aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoreschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2013-07-19 17:48:51 +0000
committereschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2013-07-19 17:48:51 +0000
commitdc69911dd15fa1fa24c51ca222fc7883d3fc5cff (patch)
tree0ee4c550f788de3787c2e922f1268189334b6983 /test
parent825b89e0e6bf3e4e248188b36f5b29029737d44a (diff)
Do not use type punning any more
Do not cast between different pointer types. This is illegal in C/C++, and modern compilers (such as gcc 4.8) then generate wrong code. Instead, use memcpy to re-interpret the bit patterns of values with a different type. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@85 105869f7-3296-0410-a4ea-f4349344b45a
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions