Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
ITERATIVE DIVISION WITH REDUCED LATENCY
Document Type and Number:
WIPO Patent Application WO/2017/184011
Kind Code:
A1
Abstract:
A multiplier unit may be configured to generate a final approximation of an iterative arithmetic operation performed on two operands. Circuitry coupled to the multiplier unit may perform a shift operation and a mask operation on the final approximation to generate shifted and un-shifted approximations, respectively. The circuitry may generate a first remainder using the un-shifted approximation and a sign value of a second remainder using the first remainder. Using the sign value of the second remainder, the circuitry may perform a rounding operation on the shifted approximation to generate a final answer.

Inventors:
NADEHZIN DMITRY YURYEVICH (RU)
EBERGEN JOSEPHUS (US)
OLSON CHRISTOPHER (US)
RAGER DAVID (US)
LEE AUSTIN (US)
Application Number:
PCT/RU2016/000233
Publication Date:
October 26, 2017
Filing Date:
April 21, 2016
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
ORACLE INT CORP (US)
NADEHZIN DMITRY YURYEVICH (RU)
International Classes:
G06F7/57
Foreign References:
US5341321A1994-08-23
US20140046996A12014-02-13
Attorney, Agent or Firm:
UGRYUMOV, Vladislav Mikhailovich (RU)
Download PDF:
Claims:
WHAT IS CLAIMED IS:

1. An apparatus, comprising:

a multiplier unit configured to generate a final approximation of an iterative

arithmetic operation performed on two operands; and

circuitry coupled to the multiplier unit, wherein the control circuitry is configured to:

receive the final approximation;

perform a shift operation on the final approximation to generate a shifted approximation;

perform a first mask operation on the final approximation to generate an un-shifted approximation;

generate a first remainder value using the un-shifted approximation and dependent upon the two operands;

generate a sign value of a second remainder value dependent upon the first remainder value; and

perform a rounding operation on the shifted approximation dependent upon the sign value to generate a final answer. 2. The apparatus of claim 1, wherein to generate the sign value of the second remainder value, the circuitry is further configured to invert the sign of the first remainder value.

3. The apparatus of claim 1, wherein the final approximation include M data bits, wherein M is a positive integer.

4. The apparatus of claim 1, wherein to perform the first mask operation on the final approximation, the circuitry is further configured to set a trailing number of bits in the final approximation to zero, wherein the trailing number of bits is dependent upon a precision and a shift value, wherein the shift value is a positive integer less than M, and wherein the precision is a positive integer less than M.

5. The apparatus of claim 3, wherein to generate the first remainder value using the un-shifted approximation and dependent upon the two operands, the circuity is further configured to determine a difference between a product of the un-shifted approximation and a first operand of the two operands and a second product.

6. The apparatus of claim 3, wherein the circuitry is further configured to perform the rounding operation dependent upon the precision.

7. The apparatus of claim 1, wherein to perform the shift operation on the final approximation to generate the shifted approximation, the circuitry is further configured to perform a second mask operation on results of the shift operation.

8. A method, comprising:

receiving a final approximation of an iterative arithmetic operation performed on two operands;

performing a shift operation on the final approximation to generate a shifted

approximation;

performing a first mask operation on the final approximation to generate an un- shifted approximation;

generating a first remainder value using the un-shifted approximation and

dependent upon the two operands;

generating a sign value of a second remainder value dependent upon the first remainder value; and

performing a rounding operation on the shifted approximation dependent upon the sign value to generate a final answer.

9. The method of claim 8, wherein generating the sign value of the second remainder value comprises inverting the sign of the first remainder value.

10. The method of claim 8, wherein the final approximation include M data bits, wherein M is a positive integer.

1 1. The method of claim 8, wherein to performing the first mask operation on the final approximation comprises setting a trailing number of bits in the final approximation to zero, wherein the trailing number of bits is dependent upon a precision and a shift value, wherein the shift value is a positive integer less than M, and wherein the precision is a positive integer less than M.

12. The method of claim 11, wherein generating the first remainder value using the un-shifted approximation and dependent upon the two operands comprises determining a difference between a product of the un-shifted approximation and a first operand of the two operands and a second product

13. The method of claim 11 , further comprising performing the rounding operation dependent upon the precision.

14. The method of claim 8, wherein performing the shift operation on the final approximation to generate the shifted approximation comprises performing a second mask operation on results of the shift operation.

A system, comprising:

a memory; and

a processor coupled to the memory, wherein the processor is configured to:

perform an iterative arithmetic operation on two operands to generate final approximation; perform a shift operation on the final approximation to generate a shifted approximation;

perform a mask operation on the final approximation to generate an un- shifted approximation;

generate a first remainder value using the un-shifted approximation and dependent upon the two operands;

generate a sign value of a second remainder value dependent upon the first remainder value; and

perform a rounding operation on the shifted approximation dependent upon the sign value to generate a final answer.

16. The system of claim 15, wherein to generate the sign value of the second remainder value, the processor is further configured to invert the sign of the first remainder value.

17. The system of claim 15, wherein the final approximation includes M data bits, wherein M is a positive integer.

18. The system of claim 15, wherein to perform the first mask operation on the final approximation, the processor is further configured to set a trailing number of bits in the final approximation to zero, wherein the trailing number of bits is dependent upon a precision and a shift value, wherein the shift value is a positive integer less than M, and wherein the precision is a positive integer less than M. 19. The system of claim 18 , wherein to generate the first remainder value using the un-shifted approximation and dependent upon the two operands, the processor is further configured to determine a difference between a product of the un-shifted approximation and a first operand of the two operands and a second product.

20. The system of claim 18, wherein the processor is further configured to perform the rounding operation dependent upon the precision.

Description:
ITERATIVE DIVISION WITH REDUCED LATENCY

BACKGROUND

Technical Field

[0001] Embodiments described herein relate to integrated circuits, and more particularly, to techniques for performing iterative arithmetic operations within integrated circuits.

Description of the Related Art

[0002] Computing systems typically include one or more processors or processing cores which are configured to execute program instructions. The program instructions may be stored in one of various locations within a computing system, such as, e.g., main memory, a hard drive, a CD-ROM, and the like.

[0003] Processors include various functional blocks, each with a dedicated task. For example, a processor may include an instruction fetch unit, a memory management unit, and an arithmetic logic unit (ALU). An instruction fetch unit may prepare program instructions for execution by decoding the program instructions and checking for scheduling hazards, while arithmetic operations such as addition, subtraction, and Boolean operations (e.g., AND, OR, etc.) may be performed by an ALU. Some processors include high-speed memory (commonly referred to as "cache memories" or "caches") used for storing frequently used instructions or data

[0004] Some arithmetic operations, such as, e.g., division, may involve iterative calculations performed over several computing cycles. Multiple iterations may be performed until a desired level of accuracy is achieved. In some cases, additional circuitry may be added to an ALU to support the iterative calculations.

SUMMARY OF THE EMBODIMENTS

[0005] Various embodiments of a multiplier unit are disclosed. Broadly speaking, a circuit and a method are contemplated in which a multiplier unit may be configured to generate a final approximation of an iterative arithmetic operation performed on two operands and circuitry coupled to the multiplier unit may be configured to receive the final approximation and perform a shift operation on the final approximation to generate a shifted approximation. The circuitry may be further configured to perform a mask operation on the final approximation to generate an un-shifted approximation and generate a first remainder value using the un-shifted approximation and the two operands. Additionally, the circuitry may be configured to generate a sign value of a second remainder value dependent upon the first remainder value and perform a rounding operation on the shifted approximation dependent upon the sign value to generate a final answer.

[0006] In one embodiment, the circuitry may be further configured to invert the sign of the first remainder value when generating the sign value of the second remainder value. In another non-limiting embodiment, the final approximation may include M data bits, where M is a positive integer.

[0007] In a further embodiment, when performing the mask operation on the final approximation, the circuitry may be further configured to set a trailing number of bits in the final approximation to zero, where the trailing number of bits is dependent upon a precision and a shift value, wherein the shift value is a positive integer less than M, and where the precision is a positive integer less than M. BRIEF DESCRIPTION OF THE DRAWINGS

[0008] The following detailed description makes reference to the accompanying drawings, which are now briefly described.

[0009] FIG. 1 illustrates an embodiment of a computing system.

[0010] FIG. 2 illustrates an embodiment of a processor. [0011] FIG. 3 illustrates an embodiment of a multiplier unit.

[0012] FIG. 4 depicts a flow diagram illustrating an embodiment of a method for performing an iterative arithmetic operation. [0013] FIG. 5 depicts a chart illustrating masking of the final approximation of an iterative arithmetic operation

[0014] FIG. 6 depicts a flow diagram illustrating an embodiment of a method for performing the final steps of an iterative arithmetic operation.

[0015] While the disclosure is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that the drawings and detailed description thereto are not intended to limit the disclosure to the particular form illustrated, but on the contrary, the intention is to cover all modifications, equivalents and alternatives falling within the spirit and scope of the present disclosure as defined by the appended claims. The headings used herein are for organizational purposes only and are not meant to be used to limit the scope of the description. As used throughout this application, the word "may" is used in a permissive sense (i.e., meaning having the potential to), rather than the mandatory sense (i.e., meaning must). Similarly, the words "include," "including," and "includes" mean including, but not limited to.

DETAILED DESCRIPTION OF EMBODIMENTS

[0016] In a computing system, arithmetic operations may be performed by an arithmetic logic unit (ALU) of a processor. The ALU may contain dedicated logic circuits, such as, e.g., an adder or multiplier, that are designed to perform certain arithmetic functions in an iterative fashion. After a number of iterations of a particular arithmetic operation, a final approximation may be generated. In order to determine the answer to the particular arithmetic operation, a rounding operation may be performed on the final approximation.

[0017] As part of the final operations leading up to the rounding operation, mask and shift operations may be performed on the final approximation in order to put the number into the proper bit format. The above-referenced combination of mask and shift operations may consume numerous clock cycles, resulting in a latency to achieve the final result, as well as the power consumption associated with operating the circuits over the clock cycles. The embodiments illustrated in the drawings and described below may provide techniques for improving latency and reducing power consumption of some arithmetic operations performed in an iterative fashion. [0018] A block diagram illustrating one embodiment of a distributed computing unit (DCU) 100 is shown in FIG. 1. In the illustrated embodiment, DCU 100 includes a service processor 110, coupled to a plurality of processors 120a-c through bus 170. It is noted that in some embodiments, system processor 110 may additionally be coupled to system memory 130 through bus 170. Processors 120a-c are, in turn, coupled to system memory 130, and peripheral storage device 140. Processors 120a-c are further coupled to each other through bus 180 (also referred to herein as "coherent interconnect 180"). DCU 100 is coupled to a network 150, which is, in turn coupled to a computer system 160. In various embodiments, DCU 100 may be configured as a rack-mountable server system, a standalone system, or in any suitable form factor. In some embodiments, DCU 100 may be configured as a client system rather than a server system. [0019] System memory 130 may include any suitable type of memory, such as Fully Buffered Dual Inline Memory Module (FB-DIMM), Double Data Rate, Double Data Rate 2, Double Data Rate 3, or Double Data Rate 4 Synchronous Dynamic Random Access Memory (DDR/DDR2/DDR3/DDR4 SDRAM), or Rambus® DRAM (RDRAM®), for example. It is noted that although one system memory is shown, in various embodiments, any suitable number of system memories may be employed.

[0020] Peripheral storage device 140 may, in some embodiments, include magnetic, optical, or solid-state storage media such as hard drives, optical disks, non-volatile random-access memory devices, etc. In other embodiments, peripheral storage device 140 may include more complex storage devices such as disk arrays or storage area networks (SANs), which may be coupled to processors 120a-c via a standard Small Computer System Interface (SCSI), a Fiber Channel interface, a Firewire® (IEEE 1394) interface, or another suitable interface. Additionally, it is contemplated that in other embodiments, any other suitable peripheral devices may be coupled to processors 120a-c, such as multi-media devices, graphics/display devices, standard input/output devices, etc.

[0021] In one embodiment, service processor 1 10 may include a field programmable gate array (FPGA) or an application specific integrated circuit (ASIC) configured to coordinate initialization and boot of processors 120a-c, such as from a power-on reset state.

[0022] As described in greater detail below, each of processors 120a-c may include one or more processor cores and cache memories. In some embodiments, each of processors 120a-c may be coupled to a corresponding system memory, while in other embodiments, processors 120a-c may share a common system memory. Processors 120a- c may be configured to work concurrently on a single computing task and may communicate with each other through coherent interconnect 180 to coordinate processing on that task. For example, a computing task may be divided into three parts and each part may be assigned to one of processors 120a-c. Alternatively, processors 120a-c may be configured to concurrently perform independent tasks that require little or no coordination among processors 120a-c.

[0023] The embodiment of the distributed computing system illustrated in FIG. 1 is one of several examples. In other embodiments, different numbers and configurations of components are possible and contemplated. It is noted that although FIG. 1 depicts a multi-processor system, the embodiments described herein may be employed with any number of processors, including a single processor core [0024] A possible embodiment of processor is illustrated in FIG. 2. In the illustrated embodiment, processor 200 includes an instruction fetch unit (IFU) 210 coupled to a memory management unit (MMU) 220, a L3 cache interface 270, a L2 cache memory 290, and one or more of execution units 230. Execution unit(s) 230 is coupled to load store unit (LSU) 250, which is also coupled to send data back to each of execution unit(s) 230. Additionally, LSU 250 is coupled to L3 cache interface 270, which may in turn be coupled a L3 cache memory.

[0025] Instruction fetch unit 210 may be configured to provide instructions to the rest of processor 200 for execution. In the illustrated embodiment, IFU 210 may be configured to perform various operations relating to the fetching of instructions from cache or memory, the selection of instructions from various threads for execution, and the decoding of such instructions prior to issuing the instructions to various functional units for execution. Instruction fetch unit 210 further includes an instruction cache 214. In one embodiment, IFU 210 may include logic to maintain fetch addresses (e.g., derived from program counters) corresponding to each thread being executed by processor 200, and to coordinate the retrieval of instructions from instruction cache 214 according to those fetch addresses.

[0026] In one embodiment, IFU 210 may be configured to maintain a pool of fetched, ready-for-issue instructions drawn from among each of the threads being executed by processor 200. For example, IFU 210 may implement a respective instruction buffer corresponding to each thread in which several recently-fetched instructions from the corresponding thread may be stored. In some embodiments, IFU 210 may be configured to select multiple ready-to-issue instructions and concurrently issue the selected instructions to various functional units without constraining the threads from which the issued instructions are selected. In other embodiments, thread-based constraints may be employed to simplify the selection of instructions. For example, threads may be assigned to thread groups for which instruction selection is performed independently (e.g., by selecting a certain number of instructions per thread group without regard to other thread groups).

[0027] In some embodiments, IFU 210 may be configured to further prepare instructions for execution, for example by decoding instructions, detecting scheduling hazards, arbitrating for access to contended resources, or the like. Moreover, in some embodiments, instructions from a given thread may be speculatively issued from IFU 210 for execution. Additionally, in some embodiments IFU 210 may include a portion of a map of virtual instruction addresses to physical addresses. The portion of the map may be stored in Instruction Translation Lookaside Buffer (ITLB) 215. [0028] Execution unit 230 may be configured to execute and provide results for certain types of instructions issued from IFU 210. In one embodiment, execution unit 230 may be configured to execute certain integer-type instructions defined in the implemented ISA, such as arithmetic, logical, and shift instructions. It is contemplated that in some embodiments, processor 200 may include more than one execution unit 230, and each of the execution units may or may not be symmetric in functionality.

[0029] Floating point unit (FPU) 280 may be configured to execute and provide results for certain floating-point and graphics-oriented instructions defined in the implemented ISA. For example, in one embodiment FPU 280 may implement single- and double-precision floating-point arithmetic instructions compliant with a version of the Institute of Electrical and Electronics Engineers (IEEE) 754 Standard for Binary Floating-Point Arithmetic (more simply referred to as the IEEE 754 standard), such as add, subtract, multiply, divide, and certain transcendental functions. Depending on the implementation of FPU 280, may include multiplier unit 285. As described below in more detail, multiplier unit 285 may be employed in an iterative fashion to approximate values for some arithmetic operations, such as, division, for example.

[0030] Load store unit 250 may be configured to process data memory references, such as integer and floating-point load and store instructions. In some embodiments, LSU 250 may also be configured to assist in the processing of instruction cache 214 misses originating from IFU 210. LSU 250 may include a data cache 252 as well as logic configured to detect cache misses and to responsively request data from L2 cache 290 or a L3 cache partition via L3 cache partition interface 270. Additionally, in some embodiments LSU 350 may include logic configured to translate virtual data addresses generated by EXUs 230 to physical addresses, such as Data Translation Lookaside Buffer (DTLB) 253.

[0031] It is noted that the embodiment of a processor illustrated in FIG. 2 is merely an example. In other embodiments, different functional block or configurations of functional blocks are possible and contemplated.

[0032] Turning to FIG. 3, an embodiment of multiplier unit is illustrated. In some embodiments, multiplier unit 300 may correspond to multiplier unit 285 as illustrated in FIG. 2. In the illustrated embodiment, multiplier unit 300 includes multiplication stage 302, addition stage 303, and circuitry 306. Multiplier unit 300 may, in some embodiments, be used to implement one of various algorithms, such as Newton-Raphson or Goldschmidt, for example. In various embodiments, multiplier unit 300 may be configured to produce an approximation of a quotient of two floating point numbers, a quotient of two integer numbers. [0033] Each of multiplication stage 302, and addition stage 303 may be configured to operate on at least two operands, and may be designed in accordance with one of various multiplier architectures. For example, multiplication stage 302 of the aforementioned stages may employ Wallace Trees, or other suitable multiplier algorithm. In various embodiments, multiplier 300 may be configured to allow operands of any suitable length, such as, e.g., integer or floating point operands.

[0034] As described below in more detail, when multiplier unit 300 is used to perform an iterative operation such as, e.g., floating point division or integer division, input operands 304 are received and normalized by multiplier unit 300. Multiplication stage 302 may be used to perform repeated multiplication operations in order to generate a final approximation for the desired quotient. When a desired level of precision has been achieved, circuitry 306 may format a remainder generated by the iterative division algorithm. Circuitry 306 may also be configured to generate a sign of remainder, and perform a final rounding operation to generate a final answer, which may then be sent to output 305.

[0035] It is noted that the embodiment illustrated in FIG. 3 is merely an example. In other embodiments, different numbers of stages and different configurations of functional stages are possible and contemplated

[0036] As mentioned above, multiplier units, included in computing systems, such as, e.g., DCU 100, may be used to execute iterative division algorithms for either floatingpoint or integer operands. During each iteration, the precision of the computed answer increases. The iterations may continue until a desired level of prevision is achieved. It is noted that although the following discussion is generally directed towards the Goldschmidt algorithm, in other embodiments any suitable algorithm, which generates an approximation of the final answer through an iterative process, may be employed. The final approximation of such an algorithm may be generically described as shown in equation 1 where A and B are normalized input operands and precision is the desired precision of the final approximation generated by the iterative function In various embodiments, the iterative function / generates an m-bit value where m is implementation specific and may be greater than the value of precision. final _approximation = f (A, B, precision)

(1)

[0037] An embodiment of a method for performing an iterative division operation is depicted in the flow diagram of FIG. 4. The method begins in block 401. A multiplier unit, such as, e.g., multiplier unit 300 as illustrated in FIG 3, may then receive input operands (block 402). As noted above, the input operands may be either floating-point or integer values. As show in equation 1, the arguments to the iterative function / include normalized inputs. As used as described herein, a normalized value is a value whose leading value is a "1." In cases where the input operands are not normalized, the multiplier unit may normalize the input operands prior to starting the iterative process. To normalize the input operands A and B, a left shift may be performed on each operand as depicted in equations 2 and 3.

A = left_shift(Ain, acnt)

(2) B = left_shift(Bin, bcnt) (3)

[0038] In equations 2 and 3, Ain and Bin represent received input operands, and acnt and bent represent a number of bits by which to left shift Ain and Bin, respectively, in order to normalize Ain and Bin. In other words, acnt and bent represent the number of leading zeros in the m-bit representations of Ain and Bin.

[0039] The multiplier unit may then generate an initial approximation (block 403). In some embodiments, an initial approximation of the reciprocal of the divisor may be generated. The initial approximation may, in various embodiments, be retrieved from a look-up table or may be calculated using any other suitable method. The method may then depend on the desired level precision (block 404).

[0040] If the current level of precision is less than the desired value of precision, then a next approximation is generated (block 405).

[0041] If, however, the current level of precision is greater than or equal to the desired level of precision, then the multiplier unit may perform a rounding operation in order to generate the final answer (block 406). As described below, in more detail, the rounding operation may include determining whether the final approximation of the quotient is less than, equal to, or greater than the exact value of the quotient. Once the rounding operation has been completed, the method may conclude in block 407.

[0042] It is noted that the embodiment of the method depicted in the flow diagram of FIG. 4 is merely an example. In other embodiments, different operations and different orders of operations may be employed.

[0043] In iterative operations, before a rounding operation, such as the rounding operation described above in regard to FIG. 4, can be performed, other operations may be performed to generate intermediate data and/or format numbers to be used in the rounding operation.

[0044] One such intermediate value is q approx, which is an approximation of q exact, the exact answer of the iterative operation in the proper bit format. As shown in equation 4, generating q approx includes performing a masking operation on a shifted version of final approximation. The masking operation may include setting a number of trailing bits in the shifted version final approximation to zero. The number of trailing bits that are set to zero may, in various embodiments, be dependent upon the desired precision. As illustrated in FIG. 5, an example of a masking operation to generate q approx is depicted. In the illustrated embodiment, Final Approximation 501 includes m data bits. The value of q Approximation 502 includes p data bits, and m-p data trailing data bits whose values are zeros. qjapprox

= mask(right_shift(final_approximation, shift_amount)) (4)

[0045] The value of p may be determined based on the desired precision of the iterative operation. In some embodiments, when the guard bit is included, the value of p may be equal to one plus the value of precision. Alternatively, if the guard bit is excluded, then the value of p may be equal to the value of precision. For example, in the case of single precision division, p may be equal to 25, and when performing double- precision division including the guard bit, the value of p may be equal to 54. In the case of 64-bit integer division, p may be equal to 65 when including the guard bit and p may be equal to 64 when the guard bit is excluded.

[0046] The shifted version of final approximation may be used so that final approximation is in the proper bit format. For example, in the case of integer division with a nonzero result or floating-point division with a denormal result, the right shift may be performed. Alternatively, in floating-point division, the virtual fractional point in final approximation is, by default, just after the leading bit. To represent a correct denormal result, however, the virtual fractional point may have to be moved to left, which may be accomplished through a right shift of final approximation.

[0047] In the case of 64-bit integer division, the virtual fractional point in final approximation is located, by default, just after the first 64 bits. In order to represent the correct integer quotient, the virtual fractional point may have to be moved to the left, which may be implemented as a right shift of final approximation.

[0048] Such right shifts ensure that the virtual fractional point will be in the proper location. In integer division, the number of bits to be shifted is dependent upon acnt, bent, and m, while in floating-point division, the number of bits to be shifted may depend on additional values, such as the type of operation, values of exponents, and the like.

[0049] The right shift operations described above may be implemented in one of various methods. For example, in some embodiments, circuitry 306 may employ a shift register or other suitable circuit to perform the bit shifts. It is noted that the number of bits to shift may be computed some number of clock cycles prior to the actual shift being performed. When the right shift operations are performed, bits that are "shifted out" may be truncated and any new bits shifted in may be set to zero values.

[0050] The exact answer, q exact, may depend on m and shift amount as illustrated in equations 5 and 6. It is noted that since A2 m~l has m-1 trailing zeros, q exact, like q approx, has m non-fractional bits.

A_shifted

q_exact =

(5)

A_shifted = right_shift(A2 m 1 , shiftjxmount) (6)

[0051] For proper rounding, it is important to determine whether q approx is less than, equal to, or greater than q exact. To determine the relationship between q approx and q exact, a remainder value may be determined. As depicted in equation 7, the remainder may be calculated by taking the difference between the A shifted and the product of q approx and B. remainder = A_shifted— q_approx * B ^

[0052] In some embodiments, an alternative value, remainder Bar, may be calculated instead of remainder. By employing a fused multiply add module, remainderBar may be easier to compute than remainder. As depicted in equation 5, remainderBar may be calculated by subtracting the A shifted from the product of q approx and B. Moreover, since B > 0, sign(remainder) = sign(-remainderBar) . remainder Bar = q_approx * B - A_shifted , 0 .

[0053] In various embodiments, calculating A_shifted and q approx uses three clock cycles, while calculating remainderBar and the sign of remainderBar consumes four clock cycles. Since A_shifted and q approx must be determined prior to calculating remainderBar and the sign of remainderBar, the entire process may take up to seven clock cycles. An additional clock cycle may be needed to perform the final rounding operation.

[0054] Turning to FIG. 6, a flow diagram depicting an embodiment of method for performing the final steps of an arithmetic operation is illustrated. In various embodiments, the number of clocks cycles needed to perform the operations included in the flow diagram may be less than the number of clock cycles described above. By using less clock cycles, the illustrated method may reduce latency, power consumption, and may simplify some circuitry. It is noted that, in some embodiments, the method illustrated in the flow diagram of FIG. 6, may correspond to one or more operations included in block 406 as depicted in FIG. 4. Referring collectively to the embodiment of FIG. 3 and the flow diagram of FIG. 6, the method begins in block 601.

[0055] Circuitry 306 may then receive the final approximation from Multiplication Stage 302 and Addition Stage 303 (block 602). In various embodiments, the final approximation may be for a division operation, square root operation, or any suitable operation. Once the final approximation has been received, calculation of q approx may begin (block 606). As described above in regard to equation 4, calculation of q approx may include both a mask operation and a shift operation. [0056] In parallel with the calculation of q approx, Circuitry 306 may also generate a value for q approx noshift (block 603). As depicted in equation 9, calculating q approx noshift does not include a shift operation. q_approx_noshift

= mask(final_approximation, max(p

— shift jzmount, 0))

[0057] A value for remainderBar may then be generated using q approx noshift and A2 ' (block 604). As depicted in equation 10, the calculation is similar to the preceding calculation of remainderBar except q approx noshift is used instead of q approx and m l *

A2 ' is used instead of A shifted. The sign of remainderBar may then be determined (block 605). remainderBar = q_approx_noshift * B— ^42 m_1

[0058] Using the sign of remainderBar and the value of q approx generated in block 606, Circuitry 306 may then perform a final rounding operation (block 607). The method may then conclude in block 608. By generating remainderBar using q approx noshift instead of q approx, and A2 m~l instead of Ajshifted, the operations included in blocks 603-606 may be performed in parallel with the operations included in block 606. As a result, in some embodiments, the number of clock cycles needed to perform the final operations may be reduced. For example, in various embodiments, three clock cycles may be eliminated, resulting in the final operations only consuming four clock cycles.

[0059] Although specific embodiments have been described above, these embodiments are not intended to limit the scope of the present disclosure, even where only a single embodiment is described with respect to a particular feature. Examples of features provided in the disclosure are intended to be illustrative rather than restrictive unless stated otherwise. The above description is intended to cover such alternatives, modifications, and equivalents as would be apparent to a person skilled in the art having the benefit of this disclosure. [0060] The scope of the present disclosure includes any feature or combination of features disclosed herein (either explicitly or implicitly), or any generalization thereof, whether or not it mitigates any or all of the problems addressed herein. Accordingly, new claims may be formulated during prosecution of this application (or an application claiming priority thereto) to any such combination of features. In particular, with reference to the appended claims, features from dependent claims may be combined with those of the independent claims and features from respective independent claims may be combined in any appropriate manner and not merely in the specific combinations enumerated in the appended claims.