From 417676566e009670bbf6649cdff67e1cf328826c Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 15 Mar 2015 21:31:51 +0100 Subject: [PATCH] Fixed (u)int64 MSB/LSB handling on BE archs #306 --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index 56645b7c..bae96df7 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,9 @@ Improvements: - Changed usage of __has_include to support Intel compiler #307 - Specialized integer implementation of YCoCg-R #310 +Fixes: +- Fixed (u)int64 MSB/LSB handling on BE archs #306 + Deprecation: - Removed integer specification for 'mod' in GTC_integer #308