<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Zero-Fill Right Shift (bug or compatibility problem) ?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I'd like your opinion on, I tried using the <strong>zero-fill right shift</strong> operator on the QML side to get an unsigned number from a signed number. Ex :</p>
<pre><code>var j = 45;
var uj = j &gt;&gt;&gt; 0;
</code></pre>
<p dir="auto">On Windows 7 64 Bits and Linux Desktop it seems to work properly. But using it on a <strong>Beaglebone</strong> with Linux always produce the value <strong>0</strong>.</p>
<p dir="auto">Do the ARM processor does not support this operator or it is a bug with the QML Javascript engine ?</p>
<p dir="auto">Best regards,</p>
]]></description><link>https://forum.qt.io/topic/62659/zero-fill-right-shift-bug-or-compatibility-problem</link><generator>RSS for Node</generator><lastBuildDate>Mon, 22 Jun 2026 23:41:01 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/62659.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Jan 2016 00:10:03 GMT</pubDate><ttl>60</ttl></channel></rss>