Minor update SSE version of SCE Vectormath library
Changes: Update copyright year to 2010 Updated operator- for Vector3 (use NEG_MASK) Use newtonrapson_rsqrt4 for Quat::normalize (better precision) Add Vector::loadXYZW and Quat::loadXYZW, similar to scalar version, using _mm_lddqu_si128 Replace inline by __forceinline Add get128Ref and set128() methods
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (C) 2006, 2007 Sony Computer Entertainment Inc.
|
||||
Copyright (C) 2006, 2010 Sony Computer Entertainment Inc.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms,
|
||||
|
||||
Reference in New Issue
Block a user