Re: [Development] Renaming quint128

2022-11-21 Thread Thiago Macieira
On Monday, 21 November 2022 02:52:10 PST Ivan Solovev via Development wrote: > > https://codereview.qt-project.org/c/qt/qtbase/+/444237 > > https://codereview.qt-project.org/c/qt/qtbase/+/444238 > https://codereview.qt-project.org/c/qt/qtbase/+/444239 > > I can only access the first patch. The ot

Re: [Development] Renaming quint128

2022-11-21 Thread Edward Welbourne via Development
Thiago shared: >> https://codereview.qt-project.org/c/qt/qtbase/+/444237 >> https://codereview.qt-project.org/c/qt/qtbase/+/444238 >> https://codereview.qt-project.org/c/qt/qtbase/+/444239 Ivan Solovev (21 November 2022 11:52) replied: > I can only access the first patch. The other two links show

Re: [Development] Renaming quint128

2022-11-21 Thread Ivan Solovev via Development
ent: Friday, November 18, 2022 10:07 PM To: development@qt-project.org Subject: Re: [Development] Renaming quint128 On Friday, 18 November 2022 09:05:51 PST Thiago Macieira wrote: > In fact, I came up with a better solution yesterday after sending this > email: move the support to QUuid.

Re: [Development] Renaming quint128

2022-11-18 Thread Thiago Macieira
On Friday, 18 November 2022 09:05:51 PST Thiago Macieira wrote: > In fact, I came up with a better solution yesterday after sending this > email: move the support to QUuid. This allows us to have the new (mostly) > source- compatible API in place and simply move the existing QBluetoothUuid > conten

Re: [Development] Renaming quint128

2022-11-18 Thread Thiago Macieira
On Friday, 18 November 2022 04:16:48 PST Shawn Rutledge via Development wrote: > On 2022 Nov 18, at 03:13, Thiago Macieira > mailto:thiago.macie...@intel.com>> wrote: > > I was working on extended integers and added qint128 and quint128 to > > qglobal.h > Interesting. How far can we go with do

Re: [Development] Renaming quint128

2022-11-18 Thread Thiago Macieira
On Friday, 18 November 2022 03:54:46 PST Ivan Solovev via Development wrote: > Hi Thiago, > > > I was working on extended integers and added qint128 and quint128 to > > qglobal.h > (qtypes.h) > > Can you provide a link to your WIP patch? I tried to search but couldn't > find it in gerrit. I hadn

Re: [Development] Renaming quint128

2022-11-18 Thread Shawn Rutledge via Development
On 2022 Nov 18, at 03:13, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: I was working on extended integers and added qint128 and quint128 to qglobal.h Interesting. How far can we go with doubling bits? quint512 in case you have AVX-512 registers? (I must get a laptop with that f

Re: [Development] Renaming quint128

2022-11-18 Thread Ivan Solovev via Development
q{u}int128 for 6.5 or for 6.6? We are quite busy with other tasks before FF now, so I'm not sure if we have time for that. Best regards, Ivan From: Development on behalf of Thiago Macieira Sent: Friday, November 18, 2022 3:13 AM To: development@qt-

[Development] Renaming quint128

2022-11-17 Thread Thiago Macieira
I was working on extended integers and added qint128 and quint128 to qglobal.h (qtypes.h), but when I tried to rebuild all of Qt today, I found out that QtBluetooth has this in qbluetoothuuid.h: struct quint128 { quint8 data[16]; }; And it's used in the API, with a constructor and a toUInt1