Add missig docs and fix some small review findings.

This commit is contained in:
Kim Kulling
2018-04-06 12:01:22 +02:00
parent d17cf76c85
commit 32b466941b
4 changed files with 53 additions and 37 deletions

View File

@@ -46,6 +46,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
namespace Assimp {
/// @brief Checks if the platform supports SSE2 optimization
/// @return true, if SSE2 is supported. false if SSE2 is not supported.
bool ASSIMP_API CPUSupportsSSE2();
} // Namespace Assimp